FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (94 ms)

Package ca.on.oh.corhealth
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest
Url https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest
Status active
Name CorHealthServiceRequest
Title CorHealth ServiceRequest
Experimental False
Realm ca
Description CorHealth ServiceRequest
Type ServiceRequest
Kind resource

Resources that use this resource

CapabilityStatement
https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository CorHealth FHIR Capability Statement
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment CorHealth Appointment
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport CorHealth DiagnosticReport
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure CorHealth Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest-retrieval CorHealth ServiceRequest Retrieval

Resources that this resource uses

StructureDefinition
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-040 CorHealth Observation 40: Secondary Reason for Referral
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-041 CorHealth Observation 41: Secondary Reason for Referral Type
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-106 CorHealth Observation 106: Heart Team Involved in Treatment Decision
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-107 CorHealth Observation 107: Funding Source
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-108 CorHealth Observation 108, 109: Dates Affecting Readiness to Treat
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-113 CorHealth Observation 113: Removal Reason
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-152 CorHealth Observation 152: Delay Reason
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-153 CorHealth Observation 153: Race
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-prpc CorHealth Observation prpc: Patient's Referral Postal Code
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization CorHealth Organization
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient CorHealth Patient
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner CorHealth Practitioner
https://corhealth-ontario.ca/fhir/ValueSet/CorHealth23ServiceDetailVS Service Detail
https://corhealth-ontario.ca/fhir/ValueSet/CorHealth38ReasonForReferralVS Reason for Referral
https://corhealth-ontario.ca/fhir/ValueSet/CorHealth39ReasonForReferralTypeVS Reason for Referral Type
https://corhealth-ontario.ca/fhir/ValueSet/CorHealthEntryStatusVS Entry Status


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "corhealth-servicerequest",
  "url" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest",
  "name" : "CorHealthServiceRequest",
  "title" : "CorHealth ServiceRequest",
  "status" : "active",
  "description" : "CorHealth ServiceRequest",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "ServiceRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "ServiceRequest.identifier.system",
        "path" : "ServiceRequest.identifier.system",
        "patternUri" : "https://corhealth-ontario.ca/NamingSystem/service-request-id"
      },
      {
        "id" : "ServiceRequest.status",
        "path" : "ServiceRequest.status",
        "short" : "Field ID: 27. Entry Status",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthEntryStatusVS"
        }
      },
      {
        "id" : "ServiceRequest.code",
        "path" : "ServiceRequest.code",
        "short" : "Field ID: 23. Service Detail",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth23ServiceDetailVS"
        }
      },
      {
        "id" : "ServiceRequest.subject",
        "path" : "ServiceRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.encounter.identifier",
        "path" : "ServiceRequest.encounter.identifier",
        "short" : "This is needed for matching hospital encounter to CorHealth Entry ID",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.occurrence[x]",
        "path" : "ServiceRequest.occurrence[x]",
        "type" : [
          {
            "code" : "Period"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.occurrence[x].start",
        "path" : "ServiceRequest.occurrence[x].start",
        "short" : "Field ID: 103. Acceptance Date",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.occurrence[x].end",
        "path" : "ServiceRequest.occurrence[x].end",
        "short" : "Field ID: 112. Removal Date",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.authoredOn",
        "path" : "ServiceRequest.authoredOn",
        "short" : "Field ID: 33. Referral Date",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.requester",
        "path" : "ServiceRequest.requester",
        "short" : "Field ID: 155. Referring Physician",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.performer",
        "path" : "ServiceRequest.performer",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "type"
            }
          ],
          "rules" : "open",
          "description" : "Slice based on type pattern"
        },
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.performer:serviceLocation",
        "path" : "ServiceRequest.performer",
        "sliceName" : "serviceLocation",
        "short" : "Field ID: 154. Service Location",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.performer:serviceLocation.type",
        "path" : "ServiceRequest.performer.type",
        "min" : 1,
        "patternUri" : "Organization"
      },
      {
        "id" : "ServiceRequest.performer:responsibleHCP",
        "path" : "ServiceRequest.performer",
        "sliceName" : "responsibleHCP",
        "short" : "Field ID: 156. Responsible Health Care Professional",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.performer:responsibleHCP.type",
        "path" : "ServiceRequest.performer.type",
        "min" : 1,
        "patternUri" : "Practitioner"
      },
      {
        "id" : "ServiceRequest.reasonCode",
        "path" : "ServiceRequest.reasonCode",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open",
          "description" : "Slice based on $this pattern"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode:primaryReason",
        "path" : "ServiceRequest.reasonCode",
        "sliceName" : "primaryReason",
        "short" : "Field ID: 38. Primary Reason for Referral",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth38ReasonForReferralVS"
        }
      },
      {
        "id" : "ServiceRequest.reasonCode:primaryReasonType",
        "path" : "ServiceRequest.reasonCode",
        "sliceName" : "primaryReasonType",
        "short" : "Field ID: 39. Primary Reason for Referral Type",
        "min" : 0,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth39ReasonForReferralTypeVS"
        }
      },
      {
        "id" : "ServiceRequest.supportingInfo",
        "path" : "ServiceRequest.supportingInfo",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open",
          "description" : "Slice based on $this pattern"
        },
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:waitLocation",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "waitLocation",
        "short" : "Field ID: 160. Wait Location",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:race",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "race",
        "short" : "Field ID: 153. Race",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-153"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:secondaryReasonForReferral",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "secondaryReasonForReferral",
        "short" : "Field ID: 40. Secondary Reason for Referral",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-040"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:secondaryReasonForReferralType",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "secondaryReasonForReferralType",
        "short" : "Field ID: 41. Secondary Reason for Referral Type",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-041"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:heartTeamInvolved",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "heartTeamInvolved",
        "short" : "Field ID: 106. Heart Team Involved in Treatment Decision",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-106"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:fundingSource",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "fundingSource",
        "short" : "Field ID: 107. Funding Source",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-107"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:dart",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "dart",
        "short" : "Field ID: 108, 109. Dates Affecting Readiness to Treat",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-108"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:removalReason",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "removalReason",
        "short" : "Field ID: 113. Removal Reason",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-113"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:delayReason",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "delayReason",
        "short" : "Field ID: 152. Delay Reason",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-152"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.supportingInfo:referralPostalCode",
        "path" : "ServiceRequest.supportingInfo",
        "sliceName" : "referralPostalCode",
        "short" : "Patient's Referral Postal Code",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-prpc"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.